home *** CD-ROM | disk | FTP | other *** search
/ ECTS 1998 Ubi Soft Enter…inment Press Kit (Europe) / ECTS 1998 Ubi Soft Entertainment Press Kit (Europe).bin / BUTTS.cst / 00011_Script_ROLL PRINT < prev    next >
Text File  |  1998-08-23  |  271b  |  16 lines

  1.  
  2. on mouseWithin me
  3.   cursor 280
  4.   set the visible of sprite (the currentspritenum + 1) to TRUE
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor -1
  9.   set the visible of sprite (the currentspritenum + 1) to FALSE
  10. end
  11.  
  12. on mouseUp me
  13.   Global MonTexte
  14.   Imprimer (MonTexte)
  15. end
  16.